php forum
php mysql forum
php mysql smarty
 
Page 3 of 3 < 1 2 3
Topic Options
#198062 - 05/29/03 12:21 PM Re: [6.4] Spell Check
catcherman Offline
Member

Registered: 05/14/01
Posts: 262
Loc: Los Angeles, CA
In which file? ubb_spell.cgi?
_________________________
Do more than just get your tackle wet - www.catcherman.com

Top
#198063 - 05/29/03 04:21 PM Re: [6.4] Spell Check
Ian Spence Offline
Master Hacker

Registered: 01/25/03
Posts: 3765
Loc: Saint Johns, PA
Did any of you use the multihack file? I was getting an error with it. What it was supposed to do was add the spellcheck button after the preview post button, but what it placed the spellcheck_button in the middle of the declaration of the the previewpost button

Code:
[/code]^not good, if you have that, remove the $spellcheck_button and add it after

[code]
that might fix it for one of you

Top
#198064 - 06/01/03 08:27 PM Re: [6.4] Spell Check
jlm Offline
Member

Registered: 05/01/03
Posts: 38
This works great and installed perfect the first time. A couple questions:

1. Can we have the pop up window close after clicking add text to ubbform?

2. How can I put this in the edit post page?

Thanks!

Top
#198065 - 06/02/03 06:56 AM Re: [6.4] Spell Check
LK Offline
Admin / Code Breaker

Registered: 03/24/01
Posts: 7396
1. in ubb_spell, where it has a button, add window.close() in the onclick part (untested).

2. it should already be in edit post. if it isn't, what you did in new topic form, do exactly the same in public_edit_form
_________________________

My Hacks Page (will be back with UBB 7!)
UBBDev - We put the class into UBB.classic!

Top
#198066 - 06/04/03 03:20 PM Re: [6.4] Spell Check
catcherman Offline
Member

Registered: 05/14/01
Posts: 262
Loc: Los Angeles, CA
Quote:
quote:</font><hr />Originally posted by LK:
When you use it on quick reply you have to replace all ' (single-quote) with \' (two backslashes and a single-quote).<hr /></blockquote> <blockquote><font class="small">quote:
[qb]Originally posted by catcherman:
In which file? ubb_spell.cgi?[/qb]
_________________________
Do more than just get your tackle wet - www.catcherman.com

Top
#198067 - 06/05/03 01:10 AM Re: [6.4] Spell Check
LK Offline
Admin / Code Breaker

Registered: 03/24/01
Posts: 7396
no, public_topic_page.pl
_________________________

My Hacks Page (will be back with UBB 7!)
UBBDev - We put the class into UBB.classic!

Top
#198068 - 06/05/03 12:43 PM Re: [6.4] Spell Check
catcherman Offline
Member

Registered: 05/14/01
Posts: 262
Loc: Los Angeles, CA
LK, that didn't work.

I don't think it's the modules because it works on all the other instances besides quick reply.

I added the \ before every ' in public_topic_page.pl.
_________________________
Do more than just get your tackle wet - www.catcherman.com

Top
#198069 - 06/05/03 03:56 PM Re: [6.4] Spell Check
Ed Offline
Member

Registered: 12/24/00
Posts: 77
Hi Catcherman,
I do not have "Quick Reply" installed but I have been reading this conversation you are having with LK and I am wondering if you need to do the backslash thing in all the hacked files.
That is:
In files - Open public_new_topic_form.pl, public_new_reply_form.pl,
public_pm_form.pl and
public_edit_post.pl

Ed
_________________________

Top
#198070 - 06/05/03 04:15 PM Re: [6.4] Spell Check
Ian Spence Offline
Master Hacker

Registered: 01/25/03
Posts: 3765
Loc: Saint Johns, PA
Code:
[/code]use that, it works  :) 

then add $spellcheck_button right after the $preview_button in public_topic_page.pl 

Also, make sure you added the code right after
[code]
That worked for me fine

Top
#198071 - 06/15/03 01:44 AM Re: [6.4] Spell Check
Zammit Offline
Junior Member

Registered: 06/15/03
Posts: 9
Hmm, nevermind my original post (contained below) I was tired... hadn't chmod'd the dang file. sleep

But, now I get the 'blank page' problem, after I hit the spellcheck button.

Nevermind this:
I'm getting this error in my Apache log:
Quote:
quote:

Premature end of script headers: /home/virtual/site33/fst/var/www/cgi-bin/ubb_spell.cgi
Running UBB.classic 6.5.0

Any help would be greatly appreciated!

Thanks,

Zammit
_________________________
http://www.leagueoflevity.com

Top
#198072 - 01/05/04 08:44 AM Re: [6.4] Spell Check
Digital Boy Offline
Member

Registered: 05/30/00
Posts: 1871
Loc: Philadelphia
Does anyone know if this works or will work for 6.6.1?

- MT
_________________________
Matt Torbin
Web and Graphic Arts Engineer
Max Levy Autograph, Inc.
http://www.maxlevy.com/

Top
#198073 - 01/05/04 05:16 PM Re: [6.4] Spell Check
Gizmo Offline

Wizard

Registered: 01/10/00
Posts: 5354
Loc: Portland, OR, USA
it SHOULD work, all but the Modification CP Addon that we're all anticipating a 6.7 release on...
_________________________
UBB.Dev - Where you too can render your UBB install completely useless...
UGN Security, Elite Web Gamers & VNC Web Design & Development President
UBB.Threads: My UBBSkins, UBB.Sitemaps

Top
#198074 - 02/10/04 11:00 AM Re: [6.4] Spell Check
AllenAyres Offline

I type Like navaho

Registered: 03/10/00
Posts: 25580
Loc: Texas
smile Should be simple to remove the cp integration?
_________________________
- Allen wavey
- What Drives You?

Top
#198075 - 02/10/04 11:32 AM Re: [6.4] Spell Check
LK Offline
Admin / Code Breaker

Registered: 03/24/01
Posts: 7396
Very... Just where you see $vars_modification{spellcheck_height} replace it with 625 or something, and with "width" replace it with 500 or something.
_________________________

My Hacks Page (will be back with UBB 7!)
UBBDev - We put the class into UBB.classic!

Top
#198076 - 02/10/04 11:49 AM Re: [6.4] Spell Check
AllenAyres Offline

I type Like navaho

Registered: 03/10/00
Posts: 25580
Loc: Texas
thank you LK smile
_________________________
- Allen wavey
- What Drives You?

Top
#198077 - 02/10/04 01:08 PM Re: [6.4] Spell Check
Gizmo Offline

Wizard

Registered: 01/10/00
Posts: 5354
Loc: Portland, OR, USA
Why not just use $vars_display{'PopupHeight'} and $vars_display{'PopupWidth'} which are defined in ubb_lib.cgi?
_________________________
UBB.Dev - Where you too can render your UBB install completely useless...
UGN Security, Elite Web Gamers & VNC Web Design & Development President
UBB.Threads: My UBBSkins, UBB.Sitemaps

Top
#198078 - 02/10/04 02:32 PM Re: [6.4] Spell Check
LK Offline
Admin / Code Breaker

Registered: 03/24/01
Posts: 7396
Because they're too small for this popup...
_________________________

My Hacks Page (will be back with UBB 7!)
UBBDev - We put the class into UBB.classic!

Top
#198079 - 02/10/04 03:50 PM Re: [6.4] Spell Check
Gizmo Offline

Wizard

Registered: 01/10/00
Posts: 5354
Loc: Portland, OR, USA
Lol the width is smaller by 50 and the height doesn't really matter, they can scroll...
_________________________
UBB.Dev - Where you too can render your UBB install completely useless...
UGN Security, Elite Web Gamers & VNC Web Design & Development President
UBB.Threads: My UBBSkins, UBB.Sitemaps

Top
#198080 - 02/10/04 04:04 PM Re: [6.4] Spell Check
AllenAyres Offline

I type Like navaho

Registered: 03/10/00
Posts: 25580
Loc: Texas
there is one thing left and that would be:

$vars_modifications{spellcheck_enable} ne "no"

would be ok to just delete that? It's for the button smile
_________________________
- Allen wavey
- What Drives You?

Top
Page 3 of 3 < 1 2 3



Moderator:  Charles, Gizmo 
Latest Posts
[7.2.1] - Naked shoutbox
by bellaonline
05/05/12 05:00 PM
[7.x] Stop Forum Spam Integration v0.4
by bellaonline
05/05/12 03:53 PM
Shout Box

(Views)Popular Topics
Known public proxy servers 1689885
Integrated Index Page (IIP) 5.3.1 555705
Finished-[6.5.2] Games Arcade Deluxe v1.9 501236
Integrated Index Page (IIP) 5.1.1 415112
TLD Bv2.1 Released - Threads Links Directory 396822
[6.0x] Who's Online 4.0.0 [Finished] 389412
Finished-[6.5.1] Integrated Index Page (IIP) 6.5 330423
Q & A 298663
Slash UBB 266936
[6.3.x] [beta] Hit Hack 2.0 227970
Forum Stats
13621 Members
59 Forums
37191 Topics
295716 Posts

Max Online: 686 @ 06/28/07 07:04 AM

 

 

 
fusionbb message board php hacks